module Spongie {
	imports {
      Base
	}
    item Shorts_Spandex
    {
        DisplayCategory = Clothing,
        ItemType = base:clothing,
        ClothingItem = Shorts_Spandex,
        BodyLocation = base:underwearbottom,
        Icon = BoxersBlacksilky,
		Weight = 0.1,
        BloodLocation = ShortsShort,
        FabricType = Cotton,
		Tags = base:ripclothingcotton,
		
        Insulation = 0.3,
        WindResistance = 0.2,
        WaterResistance = 0.1,
		
		WorldStaticModel = Boxers_Silk_Black,
    }
    item Shorts_SpandexLong
	{
        DisplayCategory = Clothing,
		ItemType = base:clothing,
		ClothingItem = Shorts_SpandexLong,
		BodyLocation = base:underwearbottom,
		Icon = PantyhoseOpaque,
		Weight = 0.1,
        BloodLocation = Trousers,
        FabricType = Cotton,
		Tags = base:ripclothingcotton,
		
        Insulation = 0.2,
        WindResistance = 0.2,
        WaterResistance = 0.1,
		
		WorldStaticModel = TightsBlack_Ground,
	}
	
    item Trousers_Tweed
    {
        DisplayCategory = Clothing,
        ItemType = base:clothing,
        ClothingItem = Trousers_Tweed,
        BodyLocation = base:pants,
        IconsForTexture = TrousersSuitBlack;TrousersSuitBlack;Trousers_Tweed3;Trousers_Tweed3;Trousers_Tweed5,
        BloodLocation = Trousers,
        ScratchDefense = 10,
        Insulation = 0.4,
        WindResistance = 0.2,
        FabricType = Cotton,
		Tags = base:ripclothingcotton,
        WorldStaticModel = Trousers_Ground,
		
    }
    item Trousers_TweedTUCK
    {
        DisplayCategory = Clothing,
        ItemType = base:clothing,
        ClothingItem = Trousers_TweedTUCK,
        BodyLocation = base:pants,
        IconsForTexture = TrousersSuitBlack;TrousersSuitBlack;Trousers_Tweed3;Trousers_Tweed3;Trousers_Tweed5,
        BloodLocation = Trousers,
        ScratchDefense = 10,
        Insulation = 0.4,
        WindResistance = 0.2,
        FabricType = Cotton,
		Tags = base:ripclothingcotton,
        WorldStaticModel = Trousers_Ground,
		
    }
}
